pat_quickentry.aspx.cs
Code Type: C# Codebehind Class for ASP .NET Page
Uses Classes: CCPA, CPWEvent, CTemplate, CMDWSOps, DateTime, CIntake, CDataConverter


Lines of Code: 793

protected void Page_Init(object sender, EventArgs e)

	page init 

public void MarkReadOnly(bool bReadOnly)

	after commiting a note mark the screen readonly 

public ucTBICDSInstrument.AddInstrumentResponsesResult OnInstrumentOK(string strAssessmentDate, 
                                                                          string strAssessmentTime)

	 save the medical history 

public void OnTemplateCancel()

	  cancel note template select 

public void LoadNoteTemplate(string strTemplateID)

	  Load note template selected 

public void OnTIUNoteConfirm()

	  Show confirm 

public object CommitEventNote()

	  commit the note to tiu 

public string PatPWEventID

	 Selected patient pathway event id 

public void OnSaveEncounter(bool bShowSuccess)

	clear the view for a new encounter 

public void OnNewEncounter()

	clear the view for a new encounter 

public void OnTemplateSave()

	  Load note template select 

public void OnEncounterChange(string strJSON)

	 fires when a group is selected from the combo 

[DirectMethod(ShowMask = true, Msg = "<span role='alert'>Please wait.</span>", SuccessFn = "UpdateEncHash")]
    public void ReLoadEncounter()

	reloads the encounter 

public void LoadEncounter(long lPWEventID)

	load all encounter data 

protected void LoadInstruments(string strGroupID)

	 load instruments gridpanel by group id 

public void OnGroupSelect()

	 fires when a group is selected from the combo 

private void DisableSearch()

	 Disable Search controls 

private void EnableSearch()

	 Enable Search controls 

public void LoadInstrumentGroups(long lGroupTypeID)

	 load instrument groups into the combo 

public void OnGroupTypeSelect()

	  load the instrument grid based on the combo group type 

public void OnSearchInstruments()

	   user searched for instruments 

[DirectMethod(ShowMask = true, Msg = "<span role='alert'>Please wait.</span>", SuccessFn = "InitQEAssessmentResponses")]
    public ucTBICDSInstrument.InstrumentOptions OnInstrumentSelect(string strJSON)

	user selected an instrument from the full list of intruments 

[DirectMethod(ShowMask = true, Msg = "<span role='alert'>Please wait.</span>", SuccessFn = "InitQEAssessmentResponses")]
    public ucTBICDSInstrument.InstrumentOptions OnSelInstrumentSelect(string strJSON)

	user selected and instruments from the saved instrument list qSetQEOptionsObj 

protected void LoadSavedInstruments(long lPatPWEventID)

	load saved instruments for the event. 

public void LoadOpenEncounters()

	load the open encounters combo 

protected void Page_Load(object sender, EventArgs e)

	page load 

public void LoadDefaultEncounter()

	loads the deafult encounter when coming to the screen the firstr time 

	